internal/runtime/maps.table.index (field)

18 uses

	internal/runtime/maps (current package)
		map.go#L355: 		m.directorySet(uintptr(nt.index+i), nt)
		map.go#L372: 			if t.index == i {
		map.go#L373: 				t.index = 2 * i
		map.go#L385: 	left.index = old.index
		map.go#L389: 	right.index = left.index + entries
		table.go#L60: 	index int
		table.go#L80: 		index:      index,
		table.go#L895: 			if newTab.index != dirIdx {
		table.go#L907: 				diff := dirIdx - newTab.index
		table.go#L909: 				dirIdx = newTab.index
		table.go#L954: 			grown := it.tab.index == -1
		table.go#L1058: 			grown := it.tab.index == -1
		table.go#L1193: 	t.index = -1
		table.go#L1201: 	newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
		table.go#L1231: 	t.index = -1
		table_debug.go#L86: 	index: `, t.index, `